home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Text-Editors / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TDLGKEYSEDITOR / TDLGKEYSEDITOR.txt
Text File  |  1998-07-25  |  9KB  |  393 lines

  1. object DlgKeysEditor: TDlgKeysEditor
  2.   Left = 281
  3.   Top = 101
  4.   ActiveControl = StrGKeys
  5.   BorderIcons = [biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Keywords editor'
  8.   ClientHeight = 405
  9.   ClientWidth = 463
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = 14
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object LblHint: TLabel
  22.     Left = 8
  23.     Top = 176
  24.     Width = 137
  25.     Height = 17
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Press Enter or F2 to edit'
  29.     Color = clYellow
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = 12
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentColor = False
  36.     ParentFont = False
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 368
  40.     Top = 96
  41.     Width = 81
  42.     Height = 27
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clBlack
  45.     Font.Height = 11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     TabOrder = 0
  50.     Kind = bkOK
  51.     Margin = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object CancelBtn: TBitBtn
  56.     Left = 368
  57.     Top = 136
  58.     Width = 81
  59.     Height = 27
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = 11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     Kind = bkCancel
  68.     Margin = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object gbTitle: TGroupBox
  73.     Left = 8
  74.     Top = 8
  75.     Width = 345
  76.     Height = 169
  77.     Caption = 'Keywords'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = 12
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     TabOrder = 2
  85.     object StrGKeys: TStringGrid
  86.       Left = 10
  87.       Top = 16
  88.       Width = 319
  89.       Height = 137
  90.       ColCount = 1
  91.       DefaultColWidth = 320
  92.       FixedCols = 0
  93.       RowCount = 1
  94.       FixedRows = 0
  95.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking]
  96.       ScrollBars = ssVertical
  97.       TabOrder = 0
  98.       OnEnter = StrGKeysEnter
  99.       OnExit = StrGKeysExit
  100.       OnKeyPress = StrGKeysKeyPress
  101.       OnSelectCell = StrGKeysSelectCell
  102.       OnSetEditText = StrGKeysSetEditText
  103.     end
  104.   end
  105.   object gbOptions: TGroupBox
  106.     Left = 8
  107.     Top = 208
  108.     Width = 441
  109.     Height = 185
  110.     Caption = 'Options for selected keyword'
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = 15
  114.     Font.Name = 'Arial'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.     TabOrder = 3
  118.     object ShpForegnd: TShape
  119.       Left = 256
  120.       Top = 104
  121.       Width = 17
  122.       Height = 17
  123.     end
  124.     object ShpBackgnd: TShape
  125.       Left = 256
  126.       Top = 128
  127.       Width = 17
  128.       Height = 17
  129.     end
  130.     object Label1: TLabel
  131.       Left = 16
  132.       Top = 100
  133.       Width = 93
  134.       Height = 15
  135.       Caption = 'Context &number: '
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clBlack
  138.       Font.Height = 15
  139.       Font.Name = 'Arial'
  140.       Font.Style = []
  141.       ParentFont = False
  142.     end
  143.     object LblMouse: TLabel
  144.       Left = 320
  145.       Top = 108
  146.       Width = 78
  147.       Height = 15
  148.       Caption = 'Mouse &pointer'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlack
  151.       Font.Height = 15
  152.       Font.Name = 'Arial'
  153.       Font.Style = []
  154.       ParentFont = False
  155.     end
  156.     object ChkBMatchCase: TCheckBox
  157.       Left = 16
  158.       Top = 24
  159.       Width = 89
  160.       Height = 17
  161.       Caption = ' &Match case'
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clBlack
  164.       Font.Height = 15
  165.       Font.Name = 'Arial'
  166.       Font.Style = []
  167.       ParentFont = False
  168.       TabOrder = 0
  169.       OnClick = ChkBxClick
  170.     end
  171.     object ChkBWholeWords: TCheckBox
  172.       Left = 16
  173.       Top = 48
  174.       Width = 121
  175.       Height = 17
  176.       Caption = ' &Whole words only'
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clBlack
  179.       Font.Height = 15
  180.       Font.Name = 'Arial'
  181.       Font.Style = []
  182.       ParentFont = False
  183.       TabOrder = 1
  184.       OnClick = ChkBxClick
  185.     end
  186.     object ChkBHighlight: TCheckBox
  187.       Left = 320
  188.       Top = 72
  189.       Width = 81
  190.       Height = 17
  191.       Caption = ' &Highlight'
  192.       Color = clYellow
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clBlue
  195.       Font.Height = 15
  196.       Font.Name = 'Arial'
  197.       Font.Style = []
  198.       ParentColor = False
  199.       ParentFont = False
  200.       TabOrder = 2
  201.       OnClick = ChkBxClick
  202.     end
  203.     object ChkBAltFont: TCheckBox
  204.       Left = 168
  205.       Top = 72
  206.       Width = 121
  207.       Height = 17
  208.       Caption = ' &Alternate font'
  209.       Font.Charset = DEFAULT_CHARSET
  210.       Font.Color = clBlack
  211.       Font.Height = 15
  212.       Font.Name = 'Courier New'
  213.       Font.Style = []
  214.       ParentFont = False
  215.       TabOrder = 3
  216.       OnClick = ChkBxClick
  217.     end
  218.     object ChkBItalic: TCheckBox
  219.       Left = 168
  220.       Top = 48
  221.       Width = 57
  222.       Height = 17
  223.       Caption = ' &Italic'
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clBlack
  226.       Font.Height = 15
  227.       Font.Name = 'Arial'
  228.       Font.Style = [fsItalic]
  229.       ParentFont = False
  230.       TabOrder = 4
  231.       OnClick = ChkBxClick
  232.     end
  233.     object ChkBBold: TCheckBox
  234.       Left = 168
  235.       Top = 24
  236.       Width = 73
  237.       Height = 17
  238.       Caption = ' &Bold'
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clBlack
  241.       Font.Height = 15
  242.       Font.Name = 'Arial'
  243.       Font.Style = [fsBold]
  244.       ParentFont = False
  245.       TabOrder = 5
  246.       OnClick = ChkBxClick
  247.     end
  248.     object ChkBUnderline: TCheckBox
  249.       Left = 320
  250.       Top = 24
  251.       Width = 81
  252.       Height = 17
  253.       Caption = ' &Underline'
  254.       Font.Charset = DEFAULT_CHARSET
  255.       Font.Color = clBlack
  256.       Font.Height = 15
  257.       Font.Name = 'Arial'
  258.       Font.Style = [fsUnderline]
  259.       ParentFont = False
  260.       TabOrder = 6
  261.       OnClick = ChkBxClick
  262.     end
  263.     object ChkBStrikeOut: TCheckBox
  264.       Left = 320
  265.       Top = 48
  266.       Width = 81
  267.       Height = 17
  268.       Caption = ' &Strike out'
  269.       Font.Charset = DEFAULT_CHARSET
  270.       Font.Color = clBlack
  271.       Font.Height = 15
  272.       Font.Name = 'Arial'
  273.       Font.Style = [fsStrikeOut]
  274.       ParentFont = False
  275.       TabOrder = 7
  276.       OnClick = ChkBxClick
  277.     end
  278.     object BtnForegnd: TButton
  279.       Left = 164
  280.       Top = 104
  281.       Width = 84
  282.       Height = 18
  283.       Caption = '&Foreground...'
  284.       Font.Charset = DEFAULT_CHARSET
  285.       Font.Color = clBlack
  286.       Font.Height = 15
  287.       Font.Name = 'Arial'
  288.       Font.Style = []
  289.       ParentFont = False
  290.       TabOrder = 8
  291.       OnClick = BtnForegndClick
  292.     end
  293.     object BtnBackgnd: TButton
  294.       Left = 164
  295.       Top = 128
  296.       Width = 84
  297.       Height = 18
  298.       Caption = 'Back&ground...'
  299.       Font.Charset = DEFAULT_CHARSET
  300.       Font.Color = clBlack
  301.       Font.Height = 15
  302.       Font.Name = 'Arial'
  303.       Font.Style = []
  304.       ParentFont = False
  305.       TabOrder = 9
  306.       OnClick = BtnBackgndClick
  307.     end
  308.     object BtnResetColors: TButton
  309.       Left = 164
  310.       Top = 152
  311.       Width = 112
  312.       Height = 20
  313.       Caption = '&Reset to default'
  314.       Font.Charset = DEFAULT_CHARSET
  315.       Font.Color = clBlack
  316.       Font.Height = 15
  317.       Font.Name = 'Arial'
  318.       Font.Style = []
  319.       ParentFont = False
  320.       TabOrder = 10
  321.       OnClick = BtnResetColorsClick
  322.     end
  323.     object EdContext: TEdit
  324.       Left = 16
  325.       Top = 120
  326.       Width = 73
  327.       Height = 23
  328.       Font.Charset = DEFAULT_CHARSET
  329.       Font.Color = clBlack
  330.       Font.Height = 15
  331.       Font.Name = 'Arial'
  332.       Font.Style = []
  333.       ParentFont = False
  334.       TabOrder = 11
  335.       Text = 'EdContext'
  336.       OnExit = EdContextExit
  337.     end
  338.     object cbCursors: TComboBox
  339.       Left = 320
  340.       Top = 128
  341.       Width = 97
  342.       Height = 22
  343.       Font.Charset = DEFAULT_CHARSET
  344.       Font.Color = clBlack
  345.       Font.Height = 14
  346.       Font.Name = 'Arial'
  347.       Font.Style = []
  348.       ItemHeight = 14
  349.       ParentFont = False
  350.       TabOrder = 12
  351.       Text = 'cbCursors'
  352.       OnChange = cbCursorsChange
  353.     end
  354.     object ChkBCrossPar: TCheckBox
  355.       Left = 16
  356.       Top = 72
  357.       Width = 121
  358.       Height = 17
  359.       Caption = '&Cross paragraphs'
  360.       Font.Charset = DEFAULT_CHARSET
  361.       Font.Color = clBlack
  362.       Font.Height = 15
  363.       Font.Name = 'Arial'
  364.       Font.Style = []
  365.       ParentFont = False
  366.       State = cbChecked
  367.       TabOrder = 13
  368.       Visible = False
  369.       OnClick = ChkBxClick
  370.     end
  371.   end
  372.   object BtnRemove: TButton
  373.     Left = 368
  374.     Top = 32
  375.     Width = 81
  376.     Height = 25
  377.     Caption = 'Remo&ve'
  378.     Font.Charset = DEFAULT_CHARSET
  379.     Font.Color = clBlack
  380.     Font.Height = 15
  381.     Font.Name = 'Arial'
  382.     Font.Style = [fsBold]
  383.     ParentFont = False
  384.     TabOrder = 4
  385.     OnClick = BtnRemoveClick
  386.   end
  387.   object ColorDialog1: TColorDialog
  388.     Ctl3D = True
  389.     Left = 360
  390.     Top = 152
  391.   end
  392. end
  393.